In This Topic
Gets or sets the view that is selected.
Syntax
'Declaration
Property SelectedView As IView
'Usage
Dim instance As IFrame
Dim value As IView
instance.SelectedView = value
value = instance.SelectedView
IView SelectedView {get; set;}
See Also