Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
This class represents a popup control for placing on the map.
N/A
Initializes a new instance of the class.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
SetOnHierarchyChangeListener(IOnHierarchyChangeListener)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
GetChildVisibleRect(View,Rect,Point)
N/A
N/A
N/A
N/A
N/A
InvalidateChildInParent(Int32[],Rect)
N/A
N/A
Layout(Int32,Int32,Int32,Int32)
N/A
N/A
NotifySubtreeAccessibilityStateChanged(View,View,ContentChangeTypes)
N/A
N/A
OffsetDescendantRectToMyCoords(View,Rect)
N/A
N/A
OffsetRectIntoDescendantCoords(View,Rect)
N/A
N/A
OnInterceptHoverEvent(MotionEvent)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
RemoveViewsInLayout(Int32,Int32)
N/A
N/A
N/A
RequestChildRectangleOnScreen(View,Rect,Boolean)
N/A
N/A
RequestDisallowInterceptTouchEvent(Boolean)
N/A
N/A
RequestSendAccessibilityEvent(View,AccessibilityEvent)
N/A
N/A
RequestTransparentRegion(View)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
GatherTransparentRegion(Region)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
SetOnCreateContextMenuListener(IOnCreateContextMenuListener)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
SetOnSystemUiVisibilityChangeListener(IOnSystemUiVisibilityChangeListener)
N/A
N/A
N/A
N/A
SetPaddingRelative(Int32,Int32,Int32,Int32)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
PostInvalidateDelayed(Int64,Int32,Int32,Int32,Int32)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
RemoveOnAttachStateChangeListener(IOnAttachStateChangeListener)
N/A
N/A
RemoveOnLayoutChangeListener(IOnLayoutChangeListener)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
RestoreHierarchyState(SparseArray)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnKeyLongPress(Keycode,KeyEvent)
N/A
N/A
OnKeyMultiple(Keycode,Int32,KeyEvent)
N/A
N/A
N/A
N/A
OnKeyShortcut(Keycode,KeyEvent)
N/A
N/A
N/A
OnPopulateAccessibilityEvent(AccessibilityEvent)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
PerformHapticFeedback(FeedbackConstants,FeedbackFlags)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)
N/A
N/A
N/A
N/A
N/A
DispatchWindowFocusChanged(Boolean)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
FindViewsWithText(IList<View>,String,FindViewsWith)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
AddFocusables(IList<View>,FocusSearchDirection,FocusablesFlags)
N/A
N/A
AddOnAttachStateChangeListener(IOnAttachStateChangeListener)
N/A
N/A
AddOnLayoutChangeListener(IOnLayoutChangeListener)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
UnscheduleDrawable(Drawable,Action)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Measure the view and its content to determine the measured width and the measured height. This method is invoked by and should be overriden by subclasses to provide accurate and efficient measurement of their contents. CONTRACT: When overriding this method, you must call to store the measured width and height of this view. Failure to do so will trigger an IllegalStateException, thrown by . Calling the superclass' is a valid use. The base class implementation of measure defaults to the background size, unless a larger size is allowed by the MeasureSpec. Subclasses should override to provide better measurements of their content. If this method is overridden, it is the subclass's responsibility to make sure the measured height and width are at least the view's minimum height and width ( and ). [Android Documentation]
OnLayout(Boolean,Int32,Int32,Int32,Int32)
N/A
N/A
SetChildrenDrawingCacheEnabled(Boolean)
N/A
N/A
N/A
N/A
GetChildStaticTransformation(View,Transformation)
N/A
N/A
MeasureChild(View,Int32,Int32)
N/A
N/A
N/A
N/A
MeasureChildWithMargins(View,Int32,Int32,Int32,Int32)
N/A
N/A
OnRequestFocusInDescendants(Int32,Rect)
N/A
N/A
RemoveDetachedView(View,Boolean)
N/A
N/A
ResetResolvedLayoutDirection()
N/A
N/A
N/A
N/A
AddViewInLayout(View,Int32,LayoutParams,Boolean)
N/A
N/A
AttachLayoutAnimationParameters(View,LayoutParams,Int32,Int32)
N/A
N/A
AttachViewToParent(View,Int32,LayoutParams)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
DispatchFreezeSelfOnly(SparseArray)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnOverScrolled(Int32,Int32,Boolean,Boolean)
N/A
N/A
OnRestoreInstanceState(IParcelable)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnVisibilityChanged(View,ViewStates)
N/A
N/A
OnWindowVisibilityChanged(ViewStates)
N/A
N/A
OverScrollBy(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
DispatchVisibilityChanged(View,ViewStates)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:FocusChangeEventArgs
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.