Method | Description | |
---|---|---|
GetNavigator ( this navigable ) : |
Gets the navigator.
|
|
HasAttribute ( this navigable, string name ) : bool |
Determines whether the specified navigable has the specified attribute.
|
|
IsChecked ( this navigable ) : bool |
Determines whether the specified navigable is checked.
|
|
IsSelected ( this navigable ) : bool |
Determines whether the specified navigable is selected.
|
|
SetChecked ( this navigable, bool value ) : void |
Sets the checked state of the specified navigable instance.
|
|
SetSelected ( this navigable, bool value ) : void |
Sets the selected.
|
Method | Description | |
---|---|---|
SetAttribute ( this navigable, string prefix, string localName, string namespaceUri, string value ) : void |
public static GetNavigator ( this navigable ) : |
||
navigable | this | /// The navigable. /// |
return |
public static HasAttribute ( this navigable, string name ) : bool | ||
navigable | this | /// The navigable. /// |
name | string | /// The name. /// |
return | bool |
public static IsChecked ( this navigable ) : bool | ||
navigable | this | /// The navigable. /// |
return | bool |
public static IsSelected ( this navigable ) : bool | ||
navigable | this | /// The navigable. /// |
return | bool |
public static SetChecked ( this navigable, bool value ) : void | ||
navigable | this | /// The navigable. /// |
value | bool |
/// if set to |
return | void |
public static SetSelected ( this navigable, bool value ) : void | ||
navigable | this | /// The navigable. /// |
value | bool |
/// if set to |
return | void |