System::Windows::Forms

Classes

ClassDescription
ControlDummy class to make translated code that uses Control class compilable. Methods are not implemented. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
FormDummy class to make translated code that uses Form class compilable. Methods are not implemented. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
IButtonControlDummy class to make translated code that uses IButtonControl interface compilable. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
ScreenProvides information on displays. Windows only. This is a singleton type with memory management done by access function(s). You should never create instances of it directly.

Structures

StructDescription
SystemInformationDummy class to make translated code that uses SystemInformation class compilable. Methods are not implemented. This is a static type with no instance services. You should never create instances of it by any means.

Enums

EnumDescription
AppearanceDefines how the control looks.
AutoSizeModeDefines how autosize works.
CheckStateState of checkable control (e. g. checkbox).
DialogResultResult of dialog interaction with user.
FlatStyleDefines whether the control is drawn flat or three-dimentional.
FormBorderStyleDefines how the border is drawn.
KeysKnown keys.