Determines the look and behavior settings of the control (standard or button).

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(PresentationEnum.Standard)]
public PresentationEnum ViewStyle { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(PresentationEnum.Standard)> _
Public Property ViewStyle As PresentationEnum

Remarks

If property is set to "Button" then the look of the control will be much like the Outlook panel

See Also