Selector Property (Control)
In This Topic
Gets or sets the selector to macth the dom element(s) which the control is attached to.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property Selector As System.String
'Usage
Dim instance As Control
Dim value As System.String
instance.Selector = value
value = instance.Selector
[C1Ignore()]
public System.string Selector {get; set;}
public read-write property Selector: System.String;
C1IgnoreAttribute()
public function get,set Selector : System.String
[C1Ignore()]
public: __property System.string* get_Selector();
public: __property void set_Selector(
System.string* value
);
[C1Ignore()]
public:
property System.String^ Selector {
System.String^ get();
void set ( System.String^ value);
}
See Also