ArcFM Responder Mobile Developer Guide
HasHelpText Property






Returns true if the argument has help text specified. Returns true if the argument has help text specified.
Syntax
'Declaration
 
Public ReadOnly Property HasHelpText As System.Boolean
'Usage
 
Dim instance As ArgumentAttribute
Dim value As System.Boolean
 
value = instance.HasHelpText
public System.bool HasHelpText {get;}
public read-only property HasHelpText: System.Boolean; 
public function get HasHelpText : System.boolean
public: __property System.bool get_HasHelpText();
public:
property System.bool HasHelpText {
   System.bool get();
}

Property Value

Boolean
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArgumentAttribute Class
ArgumentAttribute Members

Send Feedback