Determines if the last sub-command executed will be set as the default behavior.
Visual Basic (Declaration) | |
---|---|
Public Property UseLastSubCommand As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool UseLastSubCommand {get; set;} |
Return Value
True to use last executed command, otherwise false. Defaults to true.True to use last executed command, otherwize false. Default is true
This property lets a user quickly call the toolbar command more than once if necessary.
When UseLastSubCommand is set to true the button will display the last executed sub-command and execute it when the button is pressed.
The
UseLastSubCommand
property allows the user quickly call the toolbar command more than once if nesessary. When UseLastSubCommand
is set to True
the button will display last executed sub-command and execute it when button is pressed. Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family