Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetSubEditorControl Method


In This Topic
    GetSubEditorControl Method (DropDownCalendar)
    In This Topic
    Gets the subeditor control in the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Function GetSubEditorControl() As Control
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Control
     
    value = instance.GetSubEditorControl()
    public Control GetSubEditorControl()
    See Also