AllowMaximize Property (DashboardLayout)
In This Topic
Gets or sets a boolean value decides whether the tiles could be maximized.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property AllowMaximize As System.Boolean
'Usage
Dim instance As DashboardLayout
Dim value As System.Boolean
instance.AllowMaximize = value
value = instance.AllowMaximize
[System.ComponentModel.DefaultValue(true)]
public System.bool AllowMaximize {get; set;}
public read-write property AllowMaximize: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set AllowMaximize : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_AllowMaximize();
public: __property void set_AllowMaximize(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool AllowMaximize {
System.bool get();
void set ( System.bool value);
}
See Also