WizComboClass Methods

 

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

NameDescription
System_CAPS_pubmethodadd_Change(_IDispWizComboEvents_ChangeEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_KeyDown(_IDispWizComboEvents_KeyDownEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodAddItem(String^)

Adds the specified item to the wizard combo box.

System_CAPS_pubmethodClear()

Clears all text from the object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodfocus()

Sets the cursor focus to the wizard combo box.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertItem(String^, Int32)

Inserts the specified item at the specified location in the wizard combo box.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodremove_Change(_IDispWizComboEvents_ChangeEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_KeyDown(_IDispWizComboEvents_KeyDownEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRemoveItem(Int32)

Removes the specified item from the wizard combo box.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: