:: org :: openoffice :: vba :: Excel ::

constants group XlSmartTagControlType

Constants
xlSmartTagControlActiveX  
xlSmartTagControlButton  
xlSmartTagControlCheckbox  
xlSmartTagControlCombo  
xlSmartTagControlHelp  
xlSmartTagControlHelpURL  
xlSmartTagControlImage  
xlSmartTagControlLabel  
xlSmartTagControlLink  
xlSmartTagControlListbox  
xlSmartTagControlRadioGroup  
xlSmartTagControlSeparator  
xlSmartTagControlSmartTag  
xlSmartTagControlTextbox  
Constants' Details
xlSmartTagControlActiveX
const short xlSmartTagControlActiveX = 13;
xlSmartTagControlButton
const short xlSmartTagControlButton = 6;
xlSmartTagControlCheckbox
const short xlSmartTagControlCheckbox = 9;
xlSmartTagControlCombo
const short xlSmartTagControlCombo = 12;
xlSmartTagControlHelp
const short xlSmartTagControlHelp = 3;
xlSmartTagControlHelpURL
const short xlSmartTagControlHelpURL = 4;
xlSmartTagControlImage
const short xlSmartTagControlImage = 8;
xlSmartTagControlLabel
const short xlSmartTagControlLabel = 7;
xlSmartTagControlLink
const short xlSmartTagControlLink = 2;
xlSmartTagControlListbox
const short xlSmartTagControlListbox = 11;
xlSmartTagControlRadioGroup
const short xlSmartTagControlRadioGroup = 14;
xlSmartTagControlSeparator
const short xlSmartTagControlSeparator = 5;
xlSmartTagControlSmartTag
const short xlSmartTagControlSmartTag = 1;
xlSmartTagControlTextbox
const short xlSmartTagControlTextbox = 10;
Top of Page