Contains flags for different buttons and conditions in the application.
This structure is passed by the Flexivert Application instance as a
parameter in its ButtonStateChange event.

C# | Visual Basic | Visual C++ |
public struct ApplicationButtonState
Public Structure ApplicationButtonState
public value class ApplicationButtonState

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() | CompileEnabled |
A boolean value indicating whether the compile button is enabled.
|
![]() | Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | NoPauseChecked |
A boolean value indicating whether pausing is disabled for the application.
|
![]() | NoPauseEnabled |
A boolean value indicating whether the "No pausing" button is enabled.
|
![]() | PauseActive |
A boolean value indicating whether the current graph is paused.
|
![]() | PauseEnabled |
A boolean value indicating whether the graph is paused.
|
![]() | SaveEnabled |
A boolean value indicating whether saving is enabled and has effect.
|
![]() | ToString()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |