The GwxRuntimeViewControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
About |
Shows the About Box.
| |
AddHandler(RoutedEvent, Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from UIElement.) | |
AddHandler(RoutedEvent, Delegate, Boolean) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from UIElement.) | |
AddToEventRoute | Adds handlers to the specified EventRoute for the current UIElement event handler collection. (Inherited from UIElement.) | |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from UIElement.) | |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. (Inherited from UIElement.) | |
ApplyTemplate | Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from FrameworkElement.) | |
Arrange | Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from UIElement.) | |
BeginAnimation(DependencyProperty, AnimationTimeline) | Starts an animation for a specified animated property on this element. (Inherited from UIElement.) | |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. (Inherited from UIElement.) | |
BeginInit | Starts the initialization process for this element. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard) | Begins the sequence of actions that are contained in the provided storyboard. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard, HandoffBehavior) | Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) | Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from FrameworkElement.) | |
BringIntoView()()()() | Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement.) | |
BringIntoView(Rect) | Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement.) | |
BringWindowToTop |
Moves the window that contains this control in front of all other windows.
| |
CanClose |
Determines of this instance can be closed.
| |
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from UIElement.) | |
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from UIElement.) | |
CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from UIElement.) | |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) | |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
Close()()()() |
Closes this instance.
| |
Close(WindowTargetType, String) |
Closes a GraphWorX window.
| |
CloseCardView |
Closes the card-view if it is currently active.
| |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
EndInit | Indicates that the initialization process for the element is complete. (Inherited from FrameworkElement.) | |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
ExecuteCommand |
IUICommandTarget. Executes serialized command.
| |
ExecuteCommandAsync |
Executes a command asynchronously.
| |
ExecuteRuntimeMenuCommand |
Executes the specified command from the runtime menu/ribbon.
| |
ExportBitmapCaptureOfDisplay(String, GwxRuntimeViewControl..::..PrintAreaOptions) |
Creates an image file that represents a snapshot of the currently loaded display.
| |
ExportBitmapCaptureOfDisplay(String, GwxRuntimeViewControl..::..PrintAreaOptions, Double) |
Creates an image file that represents a snapshot of the currently loaded display.
| |
FileNew |
Loads a new blank document.
| |
FileOpen |
Synchronously loads the specified filename/uri.
| |
FileOpenDialog |
Shows the file open dialog, allowing the user to browse for a new
file to load. After choosing a file, that file will be loaded into
this control.
| |
FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from Visual.) | |
FindName | Finds an element that has the provided identifier name. (Inherited from FrameworkElement.) | |
FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from FrameworkElement.) | |
FitToWindow |
Sets "fit-to-window" mode (i.e. show the entire display).
| |
Focus | Attempts to set focus to this element. (Inherited from UIElement.) | |
GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from UIElement.) | |
GetBindingExpression | Returns the BindingExpression that represents the binding on the specified property. (Inherited from FrameworkElement.) | |
GetCurrentVisibleAreaDeviceSpace |
Gets the dimensions (in pixels) of the currently visible area of the display file.
In other words, this is the size of the window showing the current display file.
The returned dimensions are in the "device" coordinate system.
| |
GetCurrentVisibleAreaRootSpace |
Gets the dimensions of the currently visible area of the display file.
In other words, this is the size of the window showing the current display file.
The returned dimensions are in the coordinate system of the root of the display.
| |
GetGlobalAliases |
Gets the current global alias value settings for this Viewer control.
| |
GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
GetSupportedCommands | GetSupportedCommands(ICollection<(Of <<'(Type>)>>)%).
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
GetWindow |
Gets an existing GwxRuntimeViewControl object based on the
specified target type and target name.
If multiple matches are found, the first matching window is returned.
| |
GetWindowBounds |
Gets the dimensions (location and size, in pixels) of the window that contains this control.
| |
GetWindowBoundsPercent |
Gets the dimensions (location and size) of the window that contains this control as
a percentage of the size of the screen's working area (where 0.0 = 0% and 1.0 = 100%).
| |
GetWindows |
Gets a collection of existing GwxRuntimeViewControl objects based on the
specified target type and target name.
Typically, this method is used to retrieve a list of open popup windows
(using targetType = AllPopupTypes).
| |
HideWindow |
Hides the window that contains this control.
| |
HistoryBack()()()() |
Asynchronously loads the previous display in the display history, if there is one.
| |
HistoryBack(Int32) |
Asynchronously loads a display in the display history, going back a specified number of steps.
| |
HistoryBack(WindowTargetType, String) |
Asynchronously loads the next display in the display history, if there is one.
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
| |
HistoryBack(WindowTargetType, String, Int32) |
Asynchronously loads a display in the display history, going back a specified number of steps.
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
| |
HistoryForward()()()() |
Asynchronously loads the next display in the display history, if there is one.
| |
HistoryForward(Int32) |
Asynchronously loads a display in the display history, going forward a specified number of steps.
| |
HistoryForward(WindowTargetType, String) |
Asynchronously loads the previous display in the display history, if there is one.
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
| |
HistoryForward(WindowTargetType, String, Int32) |
Asynchronously loads a display in the display history, going forward a specified number of steps.
See remarks for Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
| |
InitializeConfigurationObject |
Explicitly attempt to create a GwxConfiguration object for this
control. If a GwxConfiguration object is already created, this
method does nothing.
| |
InputHitTest | Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (Inherited from UIElement.) | |
InvalidateArrange | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()(). (Inherited from UIElement.) | |
InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from UIElement.) | |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) is called after the layout cycle is completed. (Inherited from UIElement.) | |
IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from Visual.) | |
IsCustomSecurityAllowed |
Tests if the specified custom security operation is allowed.
| |
IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from Visual.) | |
IsLoadingFile |
Determines if this viewer is currently in the process of loading a display file.
| |
IsWindowMaximized |
Determines if the window that contains this control is maximized.
| |
IsWindowMinimized |
Determines if the window that contains this control is minimized.
| |
IsWindowOfType |
Determines if this GwxRuntimeViewControl is the specified type of window.
Usually this method is used to determine if a window is a popup window
(where targetType = AllPopupTypes).
| |
IsWindowVisible |
Determines if the window that contains this control is visible.
| |
MaximizeWindow |
Maximizes the window that contains this control.
| |
Measure | Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from UIElement.) | |
MinimizeWindow |
Minimizes the window that contains this control.
| |
MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from FrameworkElement.) | |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate()()()(). (Inherited from FrameworkElement.) | |
Open |
Opens the specified URI. This operation is asynchronous.
| |
PanBy |
Scrolls the current view by the specified horizontal and vertical translation delta values.
| |
PanTo |
Scrolls the current view to the specified horizontal and vertical translation values.
| |
PointFromScreen | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (Inherited from Visual.) | |
PointToScreen | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (Inherited from Visual.) | |
PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from FrameworkElement.) | |
Print(Boolean) |
Prints the current display.
| |
Print(Boolean, String, GwxRuntimeViewControl..::..PrintAreaOptions, Boolean) |
Prints the current display.
| |
PrintPageSetup |
Shows the Print Page Setup Dialog.
| |
PrintPreview |
Shows the Print Preview Dialog.
| |
RaiseEvent | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (Inherited from UIElement.) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkElement.) | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from UIElement.) | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from UIElement.) | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from UIElement.) | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from UIElement.) | |
RemoveHandler | Removes the specified routed event handler from this element. (Inherited from UIElement.) | |
ResetDefaultZoomAndPan |
Restores the current view area to the last saved view.
| |
RestoreWindow |
Restores the maximized or minimized window that contains this control.
| |
Save |
Saves the current document.
| |
SaveAs |
Saves the current document to the specified URI.
| |
SaveAsDialog |
Shows the file save dialog, allowing the user to specify a new file name to save to.
After choosing a file name, the current document will be saved to that file name.
| |
ScaleZoomBy |
Scales the current zoom by the specified percentage on the center of the current visible area.
| |
SetAliasValues(AliasCommandType, String, WindowTargetType, String) |
Sets new local alias values for the currently loaded display.
| |
SetAliasValues(AliasCommandType, String, WindowTargetType, String, String) |
Sets new local alias values for the currently loaded display.
| |
SetBinding(DependencyProperty, BindingBase) | Attaches a binding to this element, based on the provided binding object. (Inherited from FrameworkElement.) | |
SetBinding(DependencyProperty, String) | Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. (Inherited from FrameworkElement.) | |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
SetCustomView |
Switches to the custom view with the specified name.
| |
SetGlobalAliases |
Sets the global aliases for this Viewer control.
| |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from FrameworkElement.) | |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
SetWindowBounds |
Sets the dimensions (location and size, in pixels) of the window that contains this control.
| |
SetWindowBoundsPercent |
Sets the dimensions (location and size) of the window that contains this control as a
percentage of the size of the screen's working area (where 0.0 = 0% and 1.0 = 100%).
| |
ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Inherited from UIElement.) | |
ShouldSerializeContent |
Overrides ShouldSerializeContent()()()() (Overrides ContentControl..::..ShouldSerializeContent()()()().) | |
ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Inherited from UIElement.) | |
ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property. (Inherited from FrameworkElement.) | |
ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property. (Inherited from FrameworkElement.) | |
ShouldSerializeTriggers | Returns whether serialization processes should serialize the contents of the Triggers property. (Inherited from FrameworkElement.) | |
ShowLoginDialog |
Opens the login/logout dialog
| |
ShowWindow |
Shows the window that contains this control.
| |
StopInProgressLoad |
Stops a load operation that is in-progress, if there is one.
| |
ToggleCardViewForCarousel |
Toggles the card-view for the carousel on or off.
| |
ToggleCardViewForHistory |
Toggles the card-view for back/forward history on or off.
| |
ToggleCardViewForRecentFiles |
Toggles the card-view for recent files on or off.
| |
ToggleFitToWindow |
Toggles "fit-to-window" mode.
| |
ToString | Returns the string representation of a Control object. (Inherited from Control.) | |
TransformToAncestor(Visual) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. (Inherited from Visual.) | |
TransformToAncestor(Visual3D) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. (Inherited from Visual.) | |
TransformToDescendant | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (Inherited from Visual.) | |
TransformToVisual | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (Inherited from Visual.) | |
TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from UIElement.) | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from FrameworkElement.) | |
UnFitToWindow |
Unsets "fit-to-window" mode (i.e. a non-scaleable display).
| |
UnregisterName | Simplifies access to the NameScope de-registration method. (Inherited from FrameworkElement.) | |
Unzoom |
Revert to previous zoom.
| |
UpdateDefaultStyle | (Inherited from FrameworkElement.) | |
UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from UIElement.) | |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) | |
ZoomBy |
Changes the current zoom by the specified delta percentage on the center of the current visible area.
| |
ZoomIn |
Zooms in by a factor of 2 on the center of the current visible area.
| |
ZoomOut |
Zooms out by a factor of 2 on the center of the current visible area.
| |
ZoomTo(Double) |
Zooms to the specified percentage on the center of the current visible area.
| |
ZoomTo(Double, Point, Int32) |
Sets a new zoom factor, centering the view on the specified point (in root space coordinates).
| |
ZoomToArea |
Zooms in/out to the specified rectangular area (in the coordinate system of the root visual).
|