NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionUIService.Visible

Determines if the selection UI is shown or not.

[Visual Basic]
Property Visible As Boolean
[C#]
bool Visible {get; set;}
[C++]
bool get_Visible() = 0;void set_Visible(bool) = 0;
[JScript]
abstract function get Visible() : Boolean;
public abstract function set Visible(Boolean);

Property Value

true if the UI is being displayed, or false if it is currently invisible.

See Also

ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace