task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
sequence
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides classes that are a collection of thin wrappers over the CryptoAPI for accessing the cryptographic services provided by Windows and third parties in atlcrpt.h. [Category]
Cryptographic Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides functions and macros that support encoding in a range of common Internet standards such as Base64, uuencode, hexadecimal, and UTF8 in atlenc.h. [Category]
Encoding Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides classes, structures, and macros that give you a lightweight way of writing HTML text to a stream in atlhtml.h. [Category]
HTML Generation Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides code in atlhttp.h that allows generating HTTP responses and requests, allowing lightweight HTTP clients with minimal dependencies to be written in C++. [Category]
HTTP Client Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides attributes, classes, and macros in atlperf.h that let you expose performance monitor counters from your applications and services. [Category]
Performance Monitoring Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides classes, enums, and functions that support MIME (Multipurpose Internet Mail Extensions), the standard way of packaging files for transmission by e-mail and HTTP, and SMTP (Simple Mail Transfer Protocol),the most common way of sending e-mail, in atlmime.h and atlsmtpconnection.h. [Category]
MIME & SMTP Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides classes, typedefs, and enums in atlrx.h with code that can search text using patterns. [Category]
Regular Expression Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides code for manipulating paths and URLs in the form of CPathT and CUrl. A thread pool, CThreadPool, is used in the implementation of the ATL Server ISAPI extension class and can also be used in your own applications. This code can be found in atlpath.h and atlutil.h. [Category]
Utilities Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
33323cca_Server_Categories__ATL_Server___Category
[Description] Provides a number of classes that implement the IStream interface by writing the data to another stream, a WinInet handle, a socket, or a string. [Category]
Stream Helpers Reference
[]
ATL Server Categories (ATL Server)
Category
https://msdn.microsoft.com/en-us/library/dfc101y5(v=vs.71).aspx
2/1438042981856.5_20150728002301-00200-ip-10-236-191-2_878044673_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_ALREADY_CONNECTED [Description]
The client is already connected to an RD Session Host server.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_BAD_CHANNEL [Description]
The pChannel parameter is incorrect or one of the channel names is syntactically incorrect.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_BAD_INIT_HANDLE [Description]
The ppInitHandle parameter is incorrect.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_BAD_PROC [Description]
The pChannelInitEventProc parameter is incorrect.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_NOT_IN_VIRTUALCHANNELENTRY [Description]
The VirtualChannelInit function was not called from within your VirtualChannelEntry function.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
d5d18d96_nit_function_pointer__Windows___Description
[Return code] CHANNEL_RC_TOO_MANY_CHANNELS [Description]
The pChannel array has more channels than can be registered. Therefore, none of the channels were registered. The maximum number of channels allowed per client is CHANNEL_MAX_COUNT.
[]
VirtualChannelInit function pointer (Windows)
Description
https://msdn.microsoft.com/en-us/library/aa383564(v=vs.85).aspx
2/1438042982745.46_20150728002302-00235-ip-10-236-191-2_867188305_0.json
cedad257__System_Runtime_Serialization___Description
[Name] AssemblyName [Description]
Gets or sets the assembly name of the type to serialize during serialization only.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
cedad257__System_Runtime_Serialization___Description
[Name] FullTypeName [Description]
Gets or sets the full name of the Type to serialize.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
cedad257__System_Runtime_Serialization___Description
[Name] IsAssemblyNameSetExplicit [Description]
Returns true if the assembly name has been explicitly set.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
cedad257__System_Runtime_Serialization___Description
[Name] IsFullTypeNameSetExplicit [Description]
Returns true if the full type name has been explicitly set.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
cedad257__System_Runtime_Serialization___Description
[Name] MemberCount [Description]
Gets the number of members that have been added to the SerializationInfo store.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
cedad257__System_Runtime_Serialization___Description
[Name] ObjectType [Description]
Returns the type of the object to be serialized.
[]
SerializationInfo Class (System.Runtime.Serialization)
Description
https://msdn.microsoft.com/en-us/library/a9b6042e(v=vs.100)
2/1438042981856.5_20150728002301-00313-ip-10-236-191-2_879875689_1.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] bypassResultTypes [Description]
Specifies whether the ResultTypes obtained from the search results should be used or overridden.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] culture [Description]
Specifies the locale for a query.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] desiredSnippetLength [Description]
Specifies the preferred summary length.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enableInterleaving [Description]
Specifies whether the ResultTable objects in the ResultTableCollection produced by running a query should be interleaved.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enableNicknames [Description]
Specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enableOrderingHitHighlightedProperty [Description]
Specifies whether hit highlighted properties should be ordered by hit highlighted terms.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enablePhonetic [Description]
Specifies whether the phonetic forms of the query terms are used to find matches.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enableQueryRules [Description]
Specifies whether Query Rules are enabled for a particular query.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] enableStemming [Description]
Specifies whether stemming is enabled.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] hitHighlightedMultivaluePropertyLimit [Description]
Specifies a multi-valued hit highlighted property limit.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] processBestBets [Description]
Determines whether Best Bets are enabled.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] processPersonalFavorites [Description]
Determines whether personal favorites data is processed.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] summaryLength [Description]
Specifies the length of the search result summary.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] trimDuplicates [Description]
Specifies whether duplicate items should be removed from the search results.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
3fc2aa1f_ice_Server_Search_WebControls___Description
[Name] uiLanguage [Description]
Specifies the UI language.
[]
DefaultQueryProperties fields (Microsoft.Office.Server.Search.WebControls)
Description
https://msdn.microsoft.com/en-us/library/microsoft.office.server.search.webcontrols.defaultqueryproperties_fields.aspx
2/1438042982745.46_20150728002302-00233-ip-10-236-191-2_872347816_0.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] AdjustCellBorderStyle [Description]
Modifies the input cell border style according to the specified criteria.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] BorderWidths [Description]
Returns a Rectangle that represents the widths of all the cell margins.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] ClickUnsharesRow [Description]
Indicates whether the cell's row will be unshared when the cell is clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] Clone [Description]
Creates an exact copy of this cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] ContentClickUnsharesRow [Description]
Indicates whether the cell's row will be unshared when the cell's content is clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] ContentDoubleClickUnsharesRow [Description]
Indicates whether the cell's row will be unshared when the cell's content is double-clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] CreateAccessibilityInstance [Description]
Creates a new accessible object for the DataGridViewCell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] DetachEditingControl [Description]
Removes the cell's editing control from the DataGridView.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] Dispose() [Description]
Releases all resources used by the DataGridViewCell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] Dispose(Boolean) [Description]
Releases the unmanaged resources used by the DataGridViewCell and optionally releases the managed resources.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] DoubleClickUnsharesRow [Description]
Indicates whether the cell's row will be unshared when the cell is double-clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] EnterUnsharesRow [Description]
Indicates whether the parent row will be unshared when the focus moves to the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] Equals(Object) [Description]
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] Finalize [Description]
Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection. (Overrides Object.Finalize().)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetClipboardContent [Description]
Retrieves the formatted value of the cell to copy to the Clipboard.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetContentBounds(Int32) [Description]
Returns the bounding rectangle that encloses the cell's content area using a default Graphics and cell style currently in effect for the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetContentBounds(Graphics, DataGridViewCellStyle, Int32) [Description]
Returns the bounding rectangle that encloses the cell's content area, which is calculated using the specified Graphics and cell style.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetEditedFormattedValue [Description]
Returns the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetErrorIconBounds [Description]
Returns the bounding rectangle that encloses the cell's error icon, if one is displayed.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetErrorText [Description]
Returns a string that represents the error for the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetFormattedValue [Description]
Gets the value of the cell as formatted for display.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetHashCode [Description]
Serves as a hash function for a particular type. (Inherited from Object.)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetInheritedContextMenuStrip [Description]
Gets the inherited shortcut menu for the current cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetInheritedState [Description]
Returns a value indicating the current state of the cell as inherited from the state of its row and column.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetInheritedStyle [Description]
Gets the style applied to the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetPreferredSize [Description]
Calculates the preferred size, in pixels, of the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetSize [Description]
Gets the size of the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetType [Description]
Gets the Type of the current instance. (Inherited from Object.)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] GetValue [Description]
Gets the value of the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] InitializeEditingControl [Description]
Initializes the control used to edit the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] KeyDownUnsharesRow [Description]
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] KeyEntersEditMode [Description]
Determines if edit mode should be started based on the given key.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] KeyPressUnsharesRow [Description]
Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] KeyUpUnsharesRow [Description]
Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] LeaveUnsharesRow [Description]
Indicates whether a row will be unshared when the focus leaves a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MeasureTextHeight(Graphics, String, Font, Int32, TextFormatFlags) [Description]
Gets the height, in pixels, of the specified text, given the specified characteristics.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MeasureTextHeight(Graphics, String, Font, Int32, TextFormatFlags, Boolean) [Description]
Gets the height, in pixels, of the specified text, given the specified characteristics. Also indicates whether the required width is greater than the specified maximum width.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MeasureTextPreferredSize [Description]
Gets the ideal height and width of the specified text given the specified characteristics.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MeasureTextSize [Description]
Gets the height and width of the specified text given the specified characteristics.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MeasureTextWidth [Description]
Gets the width, in pixels, of the specified text given the specified characteristics.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MemberwiseClone [Description]
Creates a shallow copy of the current Object. (Inherited from Object.)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseClickUnsharesRow [Description]
Indicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseDoubleClickUnsharesRow [Description]
Indicates whether a row will be unshared if the user double-clicks a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseDownUnsharesRow [Description]
Indicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseEnterUnsharesRow [Description]
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseLeaveUnsharesRow [Description]
Indicates whether a row will be unshared when the mouse pointer leaves the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseMoveUnsharesRow [Description]
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] MouseUpUnsharesRow [Description]
Indicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnClick [Description]
Called when the cell is clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnContentClick [Description]
Called when the cell's contents are clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnContentDoubleClick [Description]
Called when the cell's contents are double-clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnDataGridViewChanged [Description]
Called when the DataGridView property of the cell changes. (Overrides DataGridViewElement.OnDataGridViewChanged().)
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnDoubleClick [Description]
Called when the cell is double-clicked.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnEnter [Description]
Called when the focus moves to a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnKeyDown [Description]
Called when a character key is pressed while the focus is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnKeyPress [Description]
Called when a key is pressed while the focus is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnKeyUp [Description]
Called when a character key is released while the focus is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnLeave [Description]
Called when the focus moves from a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseClick [Description]
Called when the user clicks a mouse button while the pointer is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseDoubleClick [Description]
Called when the user double-clicks a mouse button while the pointer is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseDown [Description]
Called when the user holds down a mouse button while the pointer is on a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseEnter [Description]
Called when the mouse pointer moves over a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseLeave [Description]
Called when the mouse pointer leaves the cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json
1506fb8b_l_Class__System_Windows_Forms___Description
[Name] OnMouseMove [Description]
Called when the mouse pointer moves within a cell.
[]
DataGridViewCell Class (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell(v=vs.100).aspx
2/1438042982745.46_20150728002302-00181-ip-10-236-191-2_874403571_2.json