Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Office2010ColorPicker Class / OwnerControl Property


In This Topic
    OwnerControl Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OwnerControl As Control
    'Usage
     
    
    Dim instance As Office2010ColorPicker
    Dim value As Control
     
    instance.OwnerControl = value
     
    value = instance.OwnerControl
    public Control OwnerControl {get; set;}
    See Also