Namespace: DeltaEngine.Editor.UIEditorAssembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
public List<string> SelectedControlNamesInList { get; set; }
public List<string> SelectedControlNamesInList { get; set; }
Public Property SelectedControlNamesInList As List(Of String)
Get
Set
Public Property SelectedControlNamesInList As List(Of String)
Get
Set
public:
property List<String^>^ SelectedControlNamesInList {
List<String^>^ get ();
void set (List<String^>^ value);
}
public:
property List<String^>^ SelectedControlNamesInList {
List<String^>^ get ();
void set (List<String^>^ value);
}
member SelectedControlNamesInList : List<string> with get, set
member SelectedControlNamesInList : List<string> with get, set
Property Value
Type:
List String