The SalWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | DesignMode |
Returns/Sets the DesignMode flag.
|
![]() ![]() | DisableMessages |
Enables/Disables the dispatching of Windows messages to the
SAL MessageActions handler.
This is used to suppress message dispatching when there is
a potential recursive loop that will cause a stack overflow.
For example, when setting the cursor .NET causes the WM_SETCURSOR
message to be sent which might cause stack overflow if the
function was originally called in response to WM_SETCURSOR.
|
![]() ![]() | DragLocation |
Returns the location of the mouse, in client's coordinates, when
the drag-drop mode was initiated.
|
![]() ![]() | DragSource |
Returns the source control for the drag-drop operations.
|
![]() ![]() | DropDisabled |
Enables/Disables drag-drop operations.
|
![]() ![]() | DropLocation |
Returns the location of the mouse (in client's coordinates), when
the mouse was released the drag-drop operation terminated.
|
![]() ![]() | DropTarget |
Returns the drop target control.
|
![]() ![]() | ForceSynchronousMode |
Static member used to force the application using synchronous server calls.
Controls like the VisSpinField, having a timer that pumps messages into the message loop,
can make the application to hang if a ongoing asynchronous call is currently being executed.
To fix that, all server calls can during that period be forced to be run synchronously by setting this
member to true.
|
![]() ![]() | KeepMask |
Enables/Disables keeping the mask when reading the text from a masked edit control.
|
![]() ![]() | MapEnterToTab |
Enables/Disables the mapping of the enter key to the tab key.
|
![]() | NamedProperties |
Returns the collection of named properties.
|
![]() ![]() | ProfessionalColors |
Returns the shared instance of the ProfesisonalColors table.
This is used by components that want to use colors similar
to WinForms toolstrip controls.
|