[This is preliminary documentation and is subject to change.]

The ControlsWin type exposes the following members.

Methods

  NameDescription
Public methodStatic memberApplicationCommand_dFormat
The stub formatting method returning the ApplicationCommand_d property value.
Public methodStatic memberCloseBox_dFormat
The stub formatting method returning the CloseBox_d property value.
Public methodStatic memberCloseBoxEnabled_dFormat
The stub formatting method returning the CloseBoxEnabled_d property value.
Public methodStatic memberHandle_cFormat
The stub formatting method returning the Handle_c property value.
Public methodStatic memberChildren_dFormat
The stub formatting method returning the Children_d property value.
Public methodStatic memberLowLevel_cFormat
The stub formatting method returning the LowLevel_c property value.
Public methodStatic memberNoWindowFormat
The stub formatting method returning the NoWindow property value.
Public methodStatic memberRelationship_cFormat
The stub formatting method returning the Relationship_c property value.
Public methodStatic memberSizeAndPosition_cFormat
The stub formatting method returning the SizeAndPosition_c property value.
Public methodStatic memberWindowProperties_cFormat
The stub formatting method returning the WindowProperties_c property value.
Public methodStatic memberWindowStateChanged_dFormat
The stub formatting method returning the WindowStateChanged_d property value.

Properties

  NameDescription
Public propertyStatic memberApplicationCommand_d
Looks up a localized string similar to 'Raised when an application comand is received by form'.
Public propertyStatic memberCloseBox_d
Looks up a localized string similar to 'Determines if form has close box in upper-right corner in its caption bar. Note: The X button doesn't disappear, its only grayed (even not grayed on Vista). So, use rather CloseBoxEnabled.'.
Public propertyStatic memberCloseBoxEnabled_d
Looks up a localized string similar to 'Gets or sets state of the close button ('X') of current form. Cannot be chaged when CloseBox is False.'.
Public propertyStatic memberCulture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic memberHandle_c
Looks up a localized string similar to 'Handle'.
Public propertyStatic memberChildren_d
Looks up a localized string similar to 'Gets all childrens of current windows'.
Public propertyStatic memberInternalSyncObject
Thread safe lock object used by this class.
Public propertyStatic memberLowLevel_c
Looks up a localized string similar to 'Low-level'.
Public propertyStatic memberNoWindow
Looks up a localized string similar to '<no window>'.
Public propertyStatic memberRelationship_c
Looks up a localized string similar to 'Relationship'.
Public propertyStatic memberResourceManager
Returns the cached ResourceManager instance used by this class.
Public propertyStatic memberSizeAndPosition_c
Looks up a localized string similar to 'Size and position'.
Public propertyStatic memberWindowProperties_c
Looks up a localized string similar to 'Window properties'.
Public propertyStatic memberWindowStateChanged_d
Looks up a localized string similar to 'Raised after the WindowState property is changed'.

See Also