MinimizeBox Property
See Also 
SourceCode.Workflow.Design.Interop Namespace > TemplateSelection Class : MinimizeBox Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRCategoryAttribute("Window Style")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Determines whether a form has a minimize box in the upper-right corner of its caption bar.")>
Public Property MinimizeBox As Boolean
Visual Basic (Usage) Copy Code
Dim instance As TemplateSelection
Dim value As Boolean
 
instance.MinimizeBox = value
 
value = instance.MinimizeBox
C#  
[SRCategory("Window Style")]
[DefaultValue()]
[SRDescription("Determines whether a form has a minimize box in the upper-right corner of its caption bar.")]
public bool MinimizeBox {get; set;}
C++/CLI  
[SRCategory("Window Style")]
[DefaultValue()]
[SRDescription("Determines whether a form has a minimize box in the upper-right corner of its caption bar.")]
public:
property bool MinimizeBox {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also