Dundas Chart for Windows Forms
GetEditStyle() Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > ImageValueEditor Class > GetEditStyle Method : GetEditStyle() Method


Gets the editor style used by the EditValue method.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetEditStyle() As UITypeEditorEditStyle
Visual Basic (Usage) Copy Code
Dim instance As ImageValueEditor
Dim value As UITypeEditorEditStyle
 
value = instance.GetEditStyle()
C#  
public UITypeEditorEditStyle GetEditStyle()

Return Value

A UITypeEditorEditStyle enumeration value that indicates the style of editor used by the current UITypeEditor. By default, this method will return None.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.