Namespace: CreepyTowers.GUIAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public List<string> InactiveButtonsList { get; set; }
public List<string> InactiveButtonsList { get; set; }
Public Property InactiveButtonsList As List(Of String)
Get
Set
Public Property InactiveButtonsList As List(Of String)
Get
Set
public:
property List<String^>^ InactiveButtonsList {
List<String^>^ get ();
void set (List<String^>^ value);
}
public:
property List<String^>^ InactiveButtonsList {
List<String^>^ get ();
void set (List<String^>^ value);
}
member InactiveButtonsList : List<string> with get, set
member InactiveButtonsList : List<string> with get, set
Property Value
Type:
List String