Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Determines if the last sub-command executed will be set as the default behavior.")> <BrowsableAttribute(True)> <CategoryAttribute("Behavior")> Public Property UseLastSubCommand As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("Determines if the last sub-command executed will be set as the default behavior.")] [BrowsableAttribute(true)] [CategoryAttribute("Behavior")] public bool UseLastSubCommand {get; set;} |
Return Value
True to use last executed command, otherwize false. Default is trueThe
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