An NDoc Documented Class Library

HandleCollector.GetRegisteredHandleType Method 

Finds if a handle has been registered, and if so, returns its HandleCollector.RegisteredHandleType

public static RegisteredHandleType GetRegisteredHandleType(
   string handleType
);

Parameters

handleType
The string representation of the handle type

Return Value

The int type corresponding to the handle name, otherwise null if it hasn't been registered, or if the internal Forms HandleCollector has not yet been initialized, and registered types

See Also

HandleCollector Class | HandleCollector Members | Genghis.Windows.Forms Namespace