PropertyGridToolsOptionsControl Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
PropertyGridToolsOptionsControl(System::ComponentModel::IEditableObject ^ data, System::String ^ helpID, System::String ^ gridAccessibleName, System::String ^ gridAccessibleDescription);
public PropertyGridToolsOptionsControl(System.ComponentModel.IEditableObject data, string helpID, string gridAccessibleName, string gridAccessibleDescription);
new Microsoft.SqlServer.Management.UI.VSIntegration.PropertyGridToolsOptionsControl : System.ComponentModel.IEditableObject * string * string * string -> Microsoft.SqlServer.Management.UI.VSIntegration.PropertyGridToolsOptionsControl
Public Sub New (data As IEditableObject, helpID As String, gridAccessibleName As String, gridAccessibleDescription As String)
Parameters
- data
- IEditableObject
- helpID
- String
- gridAccessibleName
- String
- gridAccessibleDescription
- String