public class TaskDialogPage extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.TaskDialogPage
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.TaskDialogPage
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TaskDialogPage() |
TaskDialogPage(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TaskDialogPage()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public TaskDialogPage(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDestroyed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHelpRequest(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogPage cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TaskDialogPage, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTaskDialogPage instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowCancel()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowMinimize()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialog getBoundDialog() throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogButtonCollection getButtons() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCaption()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogButton getDefaultButton() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableLinks()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogExpander getExpander() throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogFootnote getFootnote() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHeading()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogIcon getIcon() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic TaskDialogProgressBar getProgressBar() throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogRadioButtonCollection getRadioButtons() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRightToLeftLayout()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSizeToContent()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogVerificationCheckBox getVerification() throws java.lang.Throwable
java.lang.Throwablepublic void Navigate(TaskDialogPage page) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionWin32Exceptionpublic void removeCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDestroyed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHelpRequest(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowCancel(boolean AllowCancel)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setAllowMinimize(boolean AllowMinimize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setBoundDialog(TaskDialog BoundDialog) throws java.lang.Throwable
java.lang.Throwablepublic void setButtons(TaskDialogButtonCollection Buttons) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setCaption(java.lang.String Caption)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException
public void setDefaultButton(TaskDialogButton DefaultButton) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableLinks(boolean EnableLinks)
throws java.lang.Throwable
java.lang.Throwablepublic void setExpander(TaskDialogExpander Expander) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setFootnote(TaskDialogFootnote Footnote) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setHeading(java.lang.String Heading)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setIcon(TaskDialogIcon Icon) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setProgressBar(TaskDialogProgressBar ProgressBar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setRadioButtons(TaskDialogRadioButtonCollection RadioButtons) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setRightToLeftLayout(boolean RightToLeftLayout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setSizeToContent(boolean SizeToContent)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setVerification(TaskDialogVerificationCheckBox Verification) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException