InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMenu Class / ImageSize Property

In This Topic
    ImageSize Property (InputMenu)
    In This Topic
    Gets or sets the size of the image that will be displayed on the menu button.
    Syntax
    'Declaration
     
    Public Property ImageSize As Size
    public Size ImageSize {get; set;}
    See Also