|
|
|
|
|
SftOptions.ApplyStatus Property |
Defines the status of an associated Apply button.
Syntax
|
VB.NET |
Boolean = object.ApplyStatus As Boolean |
||
|
VB |
Boolean = object.ApplyStatus As Boolean |
||
|
C#.NET |
bool Boolean = object.ApplyStatus; |
||
|
VC++ |
VARIANT_BOOL Boolean = object->ApplyStatus;
|
||
|
C |
HRESULT object->get_ApplyStatus(VARIANT_BOOL* Boolean); |
||
|
Delphi |
Boolean := object.ApplyStatus : WordBool; |
||
|
VB.NET |
object.ApplyStatus = Boolean As Boolean |
||
|
VB |
object.ApplyStatus = Boolean As Boolean |
||
|
C#.NET |
bool object.ApplyStatus = Boolean; |
||
|
VC++ |
VARIANT_BOOL object->ApplyStatus = Boolean;
|
||
|
C |
HRESULT object->put_ApplyStatus(VARIANT_BOOL Boolean); |
||
|
Delphi |
object.ApplyStatus := Boolean : WordBool; |
||
object
A SftOptions object.
Boolean
Defines the status of an associated Apply button.
|
Boolean |
Description |
|
True |
The ApplyButton should be enabled. |
|
False |
The ApplyButton should be disabled. |
Comments
The ApplyStatus property defines the status of an associated Apply button.
The Apply button is owned and implemented by the application. The ApplyButton property can be used by the application to determine what the current status of the Apply button should be. The ApplyStatusChange event occurs when the Apply button status needs to be updated.
Initially, when a form is displayed, the application should immediately disable the Apply button.
See Also SftOptions Object | Object Hierarchy