Package system.windows.forms
Class TaskDialogPage
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.TaskDialogPage
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class TaskDialogPage extends NetObject
The base .NET class managing System.Windows.Forms.TaskDialogPage, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.TaskDialogPagestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description TaskDialogPage()TaskDialogPage(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.TaskDialogPage- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskDialogPage
public TaskDialogPage(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
TaskDialogPage
public TaskDialogPage() throws java.lang.Throwable, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static TaskDialogPage cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoTaskDialogPage, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
TaskDialogPageinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Navigate
public void Navigate(TaskDialogPage page) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionWin32Exception
-
getAllowCancel
public boolean getAllowCancel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowCancel
public void setAllowCancel(boolean AllowCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getAllowMinimize
public boolean getAllowMinimize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowMinimize
public void setAllowMinimize(boolean AllowMinimize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getEnableLinks
public boolean getEnableLinks() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableLinks
public void setEnableLinks(boolean EnableLinks) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRightToLeftLayout
public boolean getRightToLeftLayout() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getSizeToContent
public boolean getSizeToContent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSizeToContent
public void setSizeToContent(boolean SizeToContent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getCaption
public java.lang.String getCaption() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCaption
public void setCaption(java.lang.String Caption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
-
getHeading
public java.lang.String getHeading() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHeading
public void setHeading(java.lang.String Heading) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationException
-
getText
public java.lang.String getText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationException
-
getBoundDialog
public TaskDialog getBoundDialog() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBoundDialog
public void setBoundDialog(TaskDialog BoundDialog) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultButton
public TaskDialogButton getDefaultButton() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultButton
public void setDefaultButton(TaskDialogButton DefaultButton) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getButtons
public TaskDialogButtonCollection getButtons() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setButtons
public void setButtons(TaskDialogButtonCollection Buttons) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getExpander
public TaskDialogExpander getExpander() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExpander
public void setExpander(TaskDialogExpander Expander) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getFootnote
public TaskDialogFootnote getFootnote() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFootnote
public void setFootnote(TaskDialogFootnote Footnote) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getIcon
public TaskDialogIcon getIcon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIcon
public void setIcon(TaskDialogIcon Icon) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getProgressBar
public TaskDialogProgressBar getProgressBar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProgressBar
public void setProgressBar(TaskDialogProgressBar ProgressBar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getRadioButtons
public TaskDialogRadioButtonCollection getRadioButtons() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRadioButtons
public void setRadioButtons(TaskDialogRadioButtonCollection RadioButtons) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
getVerification
public TaskDialogVerificationCheckBox getVerification() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVerification
public void setVerification(TaskDialogVerificationCheckBox Verification) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
addCreated
public void addCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCreated
public void removeCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDestroyed
public void addDestroyed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDestroyed
public void removeDestroyed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHelpRequest
public void addHelpRequest(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHelpRequest
public void removeHelpRequest(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-