public class HwndSourceParameters extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Interop.HwndSourceParameters
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: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Interop.HwndSourceParameters
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HwndSourceParameters() |
HwndSourceParameters(java.lang.Object instance)
Internal constructor.
|
HwndSourceParameters(java.lang.String name) |
HwndSourceParameters(java.lang.String name,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
static HwndSourceParameters |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HwndSourceParameters, a cast assert is made to check if types are compatible. |
boolean |
Equals(HwndSourceParameters obj) |
boolean |
getAcquireHwndFocusInMenuMode() |
boolean |
getAdjustSizingForNonClientArea() |
int |
getExtendedWindowStyle() |
boolean |
getHasAssignedSize() |
int |
getHeight() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getPositionX() |
int |
getPositionY() |
RestoreFocusMode |
getRestoreFocusMode() |
boolean |
getTreatAncestorsAsNonClientArea() |
boolean |
getTreatAsInputRoot() |
boolean |
getUsesPerPixelOpacity() |
boolean |
getUsesPerPixelTransparency() |
int |
getWidth() |
int |
getWindowClassStyle() |
java.lang.String |
getWindowName() |
int |
getWindowStyle() |
void |
setAcquireHwndFocusInMenuMode(boolean AcquireHwndFocusInMenuMode) |
void |
setAdjustSizingForNonClientArea(boolean AdjustSizingForNonClientArea) |
void |
setExtendedWindowStyle(int ExtendedWindowStyle) |
void |
setHeight(int Height) |
void |
setJCOInstance(JCObject instance) |
void |
SetPosition(int x,
int y) |
void |
setPositionX(int PositionX) |
void |
setPositionY(int PositionY) |
void |
setRestoreFocusMode(RestoreFocusMode RestoreFocusMode) |
void |
SetSize(int width,
int height) |
void |
setTreatAncestorsAsNonClientArea(boolean TreatAncestorsAsNonClientArea) |
void |
setTreatAsInputRoot(boolean TreatAsInputRoot) |
void |
setUsesPerPixelOpacity(boolean UsesPerPixelOpacity) |
void |
setUsesPerPixelTransparency(boolean UsesPerPixelTransparency) |
void |
setWidth(int Width) |
void |
setWindowClassStyle(int WindowClassStyle) |
void |
setWindowName(java.lang.String WindowName) |
void |
setWindowStyle(int WindowStyle) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HwndSourceParameters()
throws java.lang.Throwable
java.lang.Throwablepublic HwndSourceParameters(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic HwndSourceParameters(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic HwndSourceParameters(java.lang.String name,
int width,
int height)
throws java.lang.Throwable
java.lang.Throwablepublic static HwndSourceParameters cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HwndSourceParameters, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHwndSourceParameters instancejava.lang.Throwable - in case of error during cast operationpublic boolean Equals(HwndSourceParameters obj) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic boolean getAcquireHwndFocusInMenuMode()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public boolean getAdjustSizingForNonClientArea()
throws java.lang.Throwable
java.lang.Throwablepublic int getExtendedWindowStyle()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasAssignedSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getHeight()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic int getPositionX()
throws java.lang.Throwable
java.lang.Throwablepublic int getPositionY()
throws java.lang.Throwable
java.lang.Throwablepublic RestoreFocusMode getRestoreFocusMode() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public boolean getTreatAncestorsAsNonClientArea()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTreatAsInputRoot()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUsesPerPixelOpacity()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUsesPerPixelTransparency()
throws java.lang.Throwable
java.lang.Throwablepublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic int getWindowClassStyle()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWindowName()
throws java.lang.Throwable
java.lang.Throwablepublic int getWindowStyle()
throws java.lang.Throwable
java.lang.Throwablepublic void setAcquireHwndFocusInMenuMode(boolean AcquireHwndFocusInMenuMode)
throws java.lang.Throwable
java.lang.Throwablepublic void setAdjustSizingForNonClientArea(boolean AdjustSizingForNonClientArea)
throws java.lang.Throwable
java.lang.Throwablepublic void setExtendedWindowStyle(int ExtendedWindowStyle)
throws java.lang.Throwable
java.lang.Throwablepublic void setHeight(int Height)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic void SetPosition(int x,
int y)
throws java.lang.Throwable
java.lang.Throwablepublic void setPositionX(int PositionX)
throws java.lang.Throwable
java.lang.Throwablepublic void setPositionY(int PositionY)
throws java.lang.Throwable
java.lang.Throwablepublic void setRestoreFocusMode(RestoreFocusMode RestoreFocusMode) throws java.lang.Throwable
java.lang.Throwablepublic void SetSize(int width,
int height)
throws java.lang.Throwable
java.lang.Throwablepublic void setTreatAncestorsAsNonClientArea(boolean TreatAncestorsAsNonClientArea)
throws java.lang.Throwable
java.lang.Throwablepublic void setTreatAsInputRoot(boolean TreatAsInputRoot)
throws java.lang.Throwable
java.lang.Throwablepublic void setUsesPerPixelOpacity(boolean UsesPerPixelOpacity)
throws java.lang.Throwable
java.lang.Throwablepublic void setUsesPerPixelTransparency(boolean UsesPerPixelTransparency)
throws java.lang.Throwable
java.lang.Throwablepublic void setWidth(int Width)
throws java.lang.Throwable
java.lang.Throwablepublic void setWindowClassStyle(int WindowClassStyle)
throws java.lang.Throwable
java.lang.Throwablepublic void setWindowName(java.lang.String WindowName)
throws java.lang.Throwable
java.lang.Throwablepublic void setWindowStyle(int WindowStyle)
throws java.lang.Throwable
java.lang.Throwable