ITaskFormInfo Interface

 

Displays the form information of the interface.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ITaskFormInfo

NameDescription
System_CAPS_pubpropertyAdvancedView

Gets a value that indicates whether the view is in advanced form.

System_CAPS_pubpropertyCaption

Specifies the text displayed in the caption of an object. Available at design time and run time.

System_CAPS_pubpropertyComponents

Gets the current list of the components.

System_CAPS_pubpropertyDescription

Gets the specified value for the description.

System_CAPS_pubpropertyHelpID

Gets the specified value for the Help ID.

System_CAPS_pubpropertyIcon

Gets a Icon object for the control.

System_CAPS_pubpropertyMoniker

Gets the string value for the moniker.

System_CAPS_pubpropertyPreviewView

Gets a value that indicates whether the view is previewed.

System_CAPS_pubpropertyProperties

Gets the current properties of the dictionary.

System_CAPS_pubpropertyScripting

Gets a value that indicates whether the form allows a scripting method.

Return to top
Show: