Selerix Developer Tools
AutoHide Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : AutoHide Property
Gets or sets a value indicating whether this parameter can be auto hidden.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property AutoHide As Boolean
'Usage
 
Dim instance As RateParam
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
[XmlAttribute()]
[DefaultValue()]
public bool AutoHide {get; set;}
public read-write property AutoHide: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set AutoHide : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_AutoHide();
public: __property void set_AutoHide( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool AutoHide {
   bool get();
   void set (    bool value);
}
See Also

Reference

RateParam Class
RateParam Members