Package system.activities.presentation
Class WorkflowDesignerColors
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.presentation.WorkflowDesignerColors
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WorkflowDesignerColors extends NetObject
The base .NET class managing System.Activities.Presentation.WorkflowDesignerColors, System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.WorkflowDesignerColors
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.String
assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Activities.Presentationstatic java.lang.String
className
Qualified class name: System.Activities.Presentation.WorkflowDesignerColorsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowDesignerColors()
WorkflowDesignerColors(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Activities.Presentation- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.Presentation.WorkflowDesignerColors- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowDesignerColors
public WorkflowDesignerColors(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowDesignerColors
public WorkflowDesignerColors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WorkflowDesignerColors cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWorkflowDesignerColors
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WorkflowDesignerColors
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getFontSize
public static double getFontSize() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, Win32Exception, OverflowException, InvalidOperationException, OutOfMemoryException, MulticastNotSupportedException, XamlParseException
-
getPropertyInspectorBackgroundBrushKey
public static java.lang.String getPropertyInspectorBackgroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorBorderBrushKey
public static java.lang.String getPropertyInspectorBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorCategoryCaptionTextBrushKey
public static java.lang.String getPropertyInspectorCategoryCaptionTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorPaneBrushKey
public static java.lang.String getPropertyInspectorPaneBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorPopupBrushKey
public static java.lang.String getPropertyInspectorPopupBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorSelectedBackgroundBrushKey
public static java.lang.String getPropertyInspectorSelectedBackgroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorSelectedForegroundBrushKey
public static java.lang.String getPropertyInspectorSelectedForegroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorTextBrushKey
public static java.lang.String getPropertyInspectorTextBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarBackgroundBrushKey
public static java.lang.String getPropertyInspectorToolBarBackgroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarItemHoverBackgroundBrushKey
public static java.lang.String getPropertyInspectorToolBarItemHoverBackgroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarItemHoverBorderBrushKey
public static java.lang.String getPropertyInspectorToolBarItemHoverBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarItemSelectedBackgroundBrushKey
public static java.lang.String getPropertyInspectorToolBarItemSelectedBackgroundBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarItemSelectedBorderBrushKey
public static java.lang.String getPropertyInspectorToolBarItemSelectedBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarSeparatorBrushKey
public static java.lang.String getPropertyInspectorToolBarSeparatorBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPropertyInspectorToolBarTextBoxBorderBrushKey
public static java.lang.String getPropertyInspectorToolBarTextBoxBorderBrushKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFontWeight
public static FontWeight getFontWeight() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, Win32Exception, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, MulticastNotSupportedException, XamlParseException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
Win32Exception
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
FormatException
OutOfMemoryException
MulticastNotSupportedException
XamlParseException
-
getDesignerViewExpandAllCollapseAllButtonBrush
public static Brush getDesignerViewExpandAllCollapseAllButtonBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewExpandAllCollapseAllButtonMouseOverBrush
public static Brush getDesignerViewExpandAllCollapseAllButtonMouseOverBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewExpandAllCollapseAllPressedBrush
public static Brush getDesignerViewExpandAllCollapseAllPressedBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getFlowchartExpressionButtonBrush
public static Brush getFlowchartExpressionButtonBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getFlowchartExpressionButtonMouseOverBrush
public static Brush getFlowchartExpressionButtonMouseOverBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getFlowchartExpressionButtonPressedBrush
public static Brush getFlowchartExpressionButtonPressedBrush() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, NotSupportedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlParseException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
UriFormatException
OutOfMemoryException
NotSupportedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getActivityDesignerSelectedTitleForegroundColor
public static Color getActivityDesignerSelectedTitleForegroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationBackgroundGradientBeginColor
public static Color getAnnotationBackgroundGradientBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationBackgroundGradientEndColor
public static Color getAnnotationBackgroundGradientEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationBackgroundGradientMiddleColor
public static Color getAnnotationBackgroundGradientMiddleColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationBorderColor
public static Color getAnnotationBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationDockButtonColor
public static Color getAnnotationDockButtonColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationDockButtonHoverBackgroundColor
public static Color getAnnotationDockButtonHoverBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationDockButtonHoverBorderColor
public static Color getAnnotationDockButtonHoverBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationDockButtonHoverColor
public static Color getAnnotationDockButtonHoverColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationDockTextColor
public static Color getAnnotationDockTextColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getAnnotationUndockTextColor
public static Color getAnnotationUndockTextColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuBackgroundGradientBeginColor
public static Color getContextMenuBackgroundGradientBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuBackgroundGradientEndColor
public static Color getContextMenuBackgroundGradientEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuBorderColor
public static Color getContextMenuBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuIconAreaColor
public static Color getContextMenuIconAreaColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuItemTextColor
public static Color getContextMenuItemTextColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuItemTextDisabledColor
public static Color getContextMenuItemTextDisabledColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuItemTextHoverColor
public static Color getContextMenuItemTextHoverColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuItemTextHoverQuirkedColor
public static Color getContextMenuItemTextHoverQuirkedColor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IOException, ObjectDisposedException, Win32Exception
-
getContextMenuItemTextSelectedColor
public static Color getContextMenuItemTextSelectedColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuMouseOverBeginColor
public static Color getContextMenuMouseOverBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuMouseOverBorderColor
public static Color getContextMenuMouseOverBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuMouseOverEndColor
public static Color getContextMenuMouseOverEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuMouseOverMiddle1Color
public static Color getContextMenuMouseOverMiddle1Color() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuMouseOverMiddle2Color
public static Color getContextMenuMouseOverMiddle2Color() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getContextMenuSeparatorColor
public static Color getContextMenuSeparatorColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewBackgroundColor
public static Color getDesignerViewBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarCaptionActiveColor
public static Color getDesignerViewShellBarCaptionActiveColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarCaptionColor
public static Color getDesignerViewShellBarCaptionColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarColorGradientBeginColor
public static Color getDesignerViewShellBarColorGradientBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarColorGradientEndColor
public static Color getDesignerViewShellBarColorGradientEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarControlBackgroundColor
public static Color getDesignerViewShellBarControlBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarHoverColorGradientBeginColor
public static Color getDesignerViewShellBarHoverColorGradientBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarHoverColorGradientEndColor
public static Color getDesignerViewShellBarHoverColorGradientEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarSelectedColorGradientBeginColor
public static Color getDesignerViewShellBarSelectedColorGradientBeginColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewShellBarSelectedColorGradientEndColor
public static Color getDesignerViewShellBarSelectedColorGradientEndColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getDesignerViewStatusBarBackgroundColor
public static Color getDesignerViewStatusBarBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getFlowchartConnectorColor
public static Color getFlowchartConnectorColor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IOException, ObjectDisposedException, Win32Exception
-
getGridViewRowHoverColor
public static Color getGridViewRowHoverColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, IOException, ObjectDisposedException, Win32Exception
-
getOutlineViewBackgroundColor
public static Color getOutlineViewBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewCollapsedArrowBorderColor
public static Color getOutlineViewCollapsedArrowBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewCollapsedArrowHoverBorderColor
public static Color getOutlineViewCollapsedArrowHoverBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewExpandedArrowBorderColor
public static Color getOutlineViewExpandedArrowBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewExpandedArrowColor
public static Color getOutlineViewExpandedArrowColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewItemHighlightBackgroundColor
public static Color getOutlineViewItemHighlightBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewItemSelectedTextColor
public static Color getOutlineViewItemSelectedTextColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getOutlineViewItemTextColor
public static Color getOutlineViewItemTextColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getPropertyToolBarHightlightedButtonForegroundColor
public static Color getPropertyToolBarHightlightedButtonForegroundColor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementBackgroundColor
public static Color getWorkflowViewElementBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementBorderColor
public static Color getWorkflowViewElementBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementCaptionColor
public static Color getWorkflowViewElementCaptionColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementSelectedBackgroundColor
public static Color getWorkflowViewElementSelectedBackgroundColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementSelectedBorderColor
public static Color getWorkflowViewElementSelectedBorderColor() throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, NotSupportedException, IOException, XamlParseException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
NotImplementedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
NotSupportedException
IOException
XamlParseException
MulticastNotSupportedException
Win32Exception
-
getWorkflowViewElementSelectedCaptionColor
public static Color getWorkflowViewElementSelectedCaptionColor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IOException, ObjectDisposedException, Win32Exception
-
getFontFamily
public static FontFamily getFontFamily() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, Win32Exception, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, MulticastNotSupportedException, XamlParseException
-
-