Method | Description | |
---|---|---|
DirectoryObjectPickerDialog ( ) : System |
Constructor. Sets all properties to their default values. The default values for the DirectoryObjectPickerDialog properties are: |
|
Reset ( ) : void |
Resets all properties to their default values.
|
Method | Description | |
---|---|---|
RunDialog ( IntPtr hwndOwner ) : bool |
Displays the Directory Object Picker (Active Directory) common dialog, when called by ShowDialog.
|
Method | Description | |
---|---|---|
GetDefaultFilter ( ) : uint | ||
GetDownLevelFilter ( ) : uint | ||
GetOtherScope ( ) : uint | ||
GetScope ( Locations locations ) : uint | ||
GetStartingScope ( ) : uint | ||
GetUpLevelFilter ( ) : uint | ||
Initialize ( ) : IDsObjectPicker | ||
ProcessSelections ( IDataObject dataObj ) : CubicOrange.Windows.Forms.ActiveDirectory.DirectoryObject[] |
public DirectoryObjectPickerDialog ( ) : System | ||
return | System |
protected RunDialog ( IntPtr hwndOwner ) : bool | ||
hwndOwner | IntPtr | Handle to the window that owns the dialog. |
return | bool |