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


Glossary Item Box

Gets or sets the minimum size of Panel I. (in pixel size)

Syntax

Visual Basic (Declaration) 
Public Property Panel1Min As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSplitter
Dim value As Integer
 
instance.Panel1Min = value
 
value = instance.Panel1Min
C# 
public int Panel1Min {get; set;}

Remarks

This property also determines the size of the panel I being collapsed (if the CollapseDirection is set to "panel1"). 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.