Intersoft ClientUI Documentation
HelpCommandCannotExecute Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonBar Class : HelpCommandCannotExecute Property






Gets or sets the UI behavior when the associated Command cannot be executed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
Public Property HelpCommandCannotExecute As NoExecuteBehavior
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonBar
Dim value As NoExecuteBehavior
 
instance.HelpCommandCannotExecute = value
 
value = instance.HelpCommandCannotExecute
C# 
[CategoryAttribute("Action")]
public NoExecuteBehavior HelpCommandCannotExecute {get; set;}
Delphi 
public read-write property HelpCommandCannotExecute: NoExecuteBehavior; 
JScript 
CategoryAttribute("Action")
public function get,set HelpCommandCannotExecute : NoExecuteBehavior
Managed Extensions for C++ 
[CategoryAttribute("Action")]
public: __property NoExecuteBehavior get_HelpCommandCannotExecute();
public: __property void set_HelpCommandCannotExecute( 
   NoExecuteBehavior value
);
C++/CLI 
[CategoryAttribute("Action")]
public:
property NoExecuteBehavior HelpCommandCannotExecute {
   NoExecuteBehavior get();
   void set (    NoExecuteBehavior value);
}

Requirements

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

See Also

© 2012 All Rights Reserved.