Gets or sets the minimum size of Panel II. (in pixel size)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Panel2Min As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebSplitter
Dim value As Integer
instance.Panel2Min = value
value = instance.Panel2Min |
| C# | |
|---|
public int Panel2Min {get; set;} |
Remarks
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