Intersoft WebDesktop Documentation
ButtonStyle Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebButton Class : ButtonStyle Property


Glossary Item Box

Contains interactive style for the Button.

Syntax

Visual Basic (Declaration) 
Public Property ButtonStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebButton
Dim value As ISNet.WebUI.DynamicStyle
 
instance.ButtonStyle = value
 
value = instance.ButtonStyle
C# 
public ISNet.WebUI.DynamicStyle ButtonStyle {get; set;}

Remarks

One of the powerful features in WebButton is the DynamicStyle feature for the rich interaction styles of the WebButton. You can configure the interactive style in ButtonStyle property.

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.