|
|
|
|
Allow Field, SwitchingEventArgs Class |
Defines whether tab switching should proceed. This value can be modified by the event handler.
Syntax SwitchingEventArgs Class (Softelvdm.SftTabsNET)
VB |
Public Property Allow As Boolean |
C# |
public bool Allow; |
C++ |
public: bool Allow; |
Field Value
Set to True to allow switching to continue, False otherwise. The default is True.
Comments
The Allow field defines whether tab switching should proceed. This value can be modified by the event handler.
The Allow field is only used for the Switching event and is ignored when handling the SwitchingDisabled event.