Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / GetSubEditorControl Method


In This Topic
    GetSubEditorControl Method (SpreadDropDownMonthCalendar)
    In This Topic
    Gets the sub editor control.
    Syntax
    'Declaration
     
    
    Public Function GetSubEditorControl() As Control
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim value As Control
     
    value = instance.GetSubEditorControl()
    public Control GetSubEditorControl()
    See Also