asposecells.api

Class ControlType

Utility class containing constants. Represents all type of ActiveX control.

Field Summary
const  intCOMMAND_BUTTON
Button
const  intCOMBO_BOX
ComboBox
const  intCHECK_BOX
CheckBox
const  intLIST_BOX
ListBox
const  intTEXT_BOX
TextBox
const  intSPIN_BUTTON
Spinner
const  intRADIO_BUTTON
RadioButton
const  intLABEL
Label
const  intIMAGE
Image
const  intTOGGLE_BUTTON
ToggleButton
const  intSCROLL_BAR
ScrollBar
const  intBAR_CODE
ScrollBar
const  intUNKNOWN
Unknown
 

    • Field Detail

      • COMMAND_BUTTON

        const int COMMAND_BUTTON
        Button
      • COMBO_BOX

        const int COMBO_BOX
        ComboBox
      • CHECK_BOX

        const int CHECK_BOX
        CheckBox
      • LIST_BOX

        const int LIST_BOX
        ListBox
      • TEXT_BOX

        const int TEXT_BOX
        TextBox
      • SPIN_BUTTON

        const int SPIN_BUTTON
        Spinner
      • RADIO_BUTTON

        const int RADIO_BUTTON
        RadioButton
      • LABEL

        const int LABEL
        Label
      • IMAGE

        const int IMAGE
        Image
      • TOGGLE_BUTTON

        const int TOGGLE_BUTTON
        ToggleButton
      • SCROLL_BAR

        const int SCROLL_BAR
        ScrollBar
      • BAR_CODE

        const int BAR_CODE
        ScrollBar Unsupported.
      • UNKNOWN

        const int UNKNOWN
        Unknown