Expand Minimize
0 out of 1 rated this helpful - Rate this topic

XlFormControl Enumeration 

Specifies the type of the form control.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Dim xlFormControl1 As XlFormControl = XlFormControl.xlButtonControl

public enum class XlFormControl
public enum XlFormControl
public enum XlFormControl
Member nameDescription
xlButtonControlButton.
xlCheckBoxCheck box.
xlDropDownCombo box.
xlEditBoxText box.
xlGroupBoxGroup box.
xlLabelLabel.
xlListBoxList box.
xlOptionButtonOption button.
xlScrollBarScroll bar.
xlSpinnerSpinner.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.