ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ButtonElement Class / GetPushImage Method / GetPushImage(Size,String,Font,Boolean,PushButtonState) Method

In This Topic
    GetPushImage(Size,String,Font,Boolean,PushButtonState) Method
    In This Topic
    Returns radiobox image.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetPushImage( _
       ByVal sz As System.Drawing.Size, _
       ByVal text As System.String, _
       ByVal font As System.Drawing.Font, _
       Optional ByVal focused As System.Boolean, _
       Optional ByVal state As System.Windows.Forms.VisualStyles.PushButtonState _
    ) As System.Drawing.Image
    public static System.Drawing.Image GetPushImage( 
       System.Drawing.Size sz,
       System.string text,
       System.Drawing.Font font,
       System.bool focused,
       System.Windows.Forms.VisualStyles.PushButtonState state
    )

    Parameters

    sz
    text
    font
    focused
    state
    See Also