TabPage.MinimumSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is not meaningful for this control.
public:
virtual property System::Drawing::Size MinimumSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Size MinimumSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.MinimumSize : System.Drawing.Size with get, set
Public Overrides Property MinimumSize As Size
Property Value
The lower limit of the size of the object.
- Attributes
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.