Intersoft WebDesktop Documentation
BorderType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : BorderType Enumeration


Glossary Item Box

Value representing the type of the border applied to Window.

Syntax

Visual Basic (Declaration) 
Public Enum BorderType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As BorderType
C# 
public enum BorderType : System.Enum 

Members

MemberDescription
ComplexImagesUse complex images to draw the caption's border appearance.
SimpleSingle line border style.

Remarks

You can set the BorderType to ComplexImages in order to enable higher level of customization. The term "ComplexImages" indicates that the rendering will use many images to draw up an element. For example, there should be 3 separate images in order to draw left part of caption, the body of the caption and right part of caption.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.BorderType

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.