Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / AboutEditor Class / GetEditStyle Method / GetEditStyle(ITypeDescriptorContext) Method
Context


In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    Gets the style for the About dialog for the specified context.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetEditStyle( _
       ByVal context As ITypeDescriptorContext _
    ) As UITypeEditorEditStyle
    'Usage
     
    
    Dim instance As AboutEditor
    Dim context As ITypeDescriptorContext
    Dim value As UITypeEditorEditStyle
     
    value = instance.GetEditStyle(context)
    public override UITypeEditorEditStyle GetEditStyle( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    Context
    See Also