Intersoft WebDesktop Documentation
Panel2Min Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebSplitter Class : Panel2Min Property


Glossary Item Box

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

This property also determines the size of the panel II being collapsed (if the CollapseDirection is set to "panel2"). The default value is 1 pixel.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.