 | MainWindowFirstSelectedIndex property |
If 1, start with the job view, otherwise with the tree view (default: 0).
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic int FirstSelectedIndex { get; set; }
Public Property FirstSelectedIndex As Integer
Get
Set
public:
property int FirstSelectedIndex {
int get ();
void set (int value);
}
member FirstSelectedIndex : int with get, set
Property value
Int32
See also