 | WindowAspectsActScreenIndex property |
The index of the screen in which the data is stored at the time of saving.
the MainWindow is displayed.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic int? ActScreenIndex { get; set; }
Public Property ActScreenIndex As Integer?
Get
Set
public:
property Nullable<int> ActScreenIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ActScreenIndex : Nullable<int> with get, set
Property value
NullableInt32
See also