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
3ae30ee8_System_IO_Namespace_____Description
[Class] EndOfStreamException [Description]
The exception that is thrown when reading is attempted past the end of a stream.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] File [Description]
Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] FileInfo [Description]
Provides instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects. This class cannot be inherited.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] FileLoadException [Description]
The exception that is thrown when a managed assembly is found but cannot be loaded.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] FileNotFoundException [Description]
The exception that is thrown when an attempt to access a file that does not exist fails.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] FileStream [Description]
Exposes a Stream around a file, supporting both synchronous and asynchronous read and write operations.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] FileSystemInfo [Description]
Provides the base class for both FileInfo and DirectoryInfo objects.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] InvalidDataException [Description]
The exception that is thrown when a data stream is in an invalid format.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] IOException [Description]
The exception that is thrown when an I/O error occurs.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] MemoryStream [Description]
Creates a stream whose backing store is memory.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] Path [Description]
Performs operations on String instances that contain file or directory path information. These operations are performed in a cross-platform manner.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] PathTooLongException [Description]
The exception that is thrown when a pathname or filename is longer than the system-defined maximum length.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] Stream [Description]
Provides a generic view of a sequence of bytes.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] StreamReader [Description]
Implements a TextReader that reads characters from a byte stream in a particular encoding.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] StreamWriter [Description]
Implements a TextWriter for writing characters to a stream in a particular encoding.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] StringReader [Description]
Implements a TextReader that reads from a string.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] StringWriter [Description]
Implements a TextWriter for writing information to a string. The information is stored in an underlying StringBuilder.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] TextReader [Description]
Represents a reader that can read a sequential series of characters.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] TextWriter [Description]
Represents a writer that can write a sequential series of characters. This class is abstract.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
3ae30ee8_System_IO_Namespace_____Description
[Class] UnmanagedMemoryStream [Description]
Infrastructure. Provides access to unmanaged blocks of memory from managed code.
[]
System.IO Namespace ()
Description
https://msdn.microsoft.com/it-it/library/windows/apps/system.io(v=vs.105).aspx
20/1438042987174.71_20150728002307-00181-ip-10-236-191-2_877020796_0.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Transparency [Not supported] Some Windows Forms controls do not support transparency. For example, the TextBox and ComboBox controls will not be transparent when hosted by WPF. [Supported]
Windows Forms control rendering supports transparency. The background of the parent WPF control can become the background of hosted Windows Forms controls.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Tabbing [Not supported] Not applicable. [Supported]
Tab order for hosted Windows Forms controls is the same as when those controls are hosted in a Windows Forms-based application. Tabbing from a WPF control to a Windows Forms control with the TAB key and SHIFT+TAB keys works as usual. Windows Forms controls that have a TabStop property value of false do not receive focus when the user tabs through controls. Each WindowsFormsHost control has a TabIndex value, which determines when that WindowsFormsHost control will receive focus. Windows Forms controls that are contained inside a WindowsFormsHost container follow the order specified by the TabIndex property. Tabbing from the last tab index puts focus on the next WPF control, if one exists. If no other focusable WPF control exists, tabbing returns to the first Windows Forms control in the tab order. TabIndex values for controls inside the WindowsFormsHost are relative to sibling Windows Forms controls that are contained in the WindowsFormsHost control. Tabbing honors control-specific behavior. For example, pressing the TAB key in a TextBox control that has a AcceptsTab property value of true enters a tab in the text box instead of moving the focus.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Navigation with arrow keys [Not supported] Not applicable. [Supported]
Navigation with arrow keys in the WindowsFormsHost control is the same as in an ordinary Windows Forms container control: The UP ARROW and LEFT ARROW keys select the previous control, and the DOWN ARROW and RIGHT ARROW keys select the next control. The UP ARROW and LEFT ARROW keys from the first control that is contained in the WindowsFormsHost control perform the same action as the SHIFT+TAB keyboard shortcut. If there is a focusable WPF control, focus moves outside the WindowsFormsHost control. This behavior differs from the standard ContainerControl behavior in that no wrapping to the last control occurs. If no other focusable WPF control exists, focus returns to the last Windows Forms control in the tab order. The DOWN ARROW and RIGHT ARROW keys from the last control that is contained in the WindowsFormsHost control perform the same action as the TAB key. If there is a focusable WPF control, focus moves outside the WindowsFormsHost control. This behavior differs from the standard ContainerControl behavior in that no wrapping to the first control occurs. If no other focusable WPF control exists, focus returns to the first Windows Forms control in the tab order.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Accelerators [Not supported] Duplicate accelerators across technologies do not work like ordinary duplicate accelerators. When an accelerator is duplicated across technologies, with at least one on a Windows Forms control and the other on a WPF control, the Windows Forms control always receives the accelerator. Focus does not toggle between the controls when the duplicate accelerator is pressed. [Supported]
Accelerators work as usual, except where noted in the "Not supported" column.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Shortcut keys [Not supported] Windows Forms shortcut keys that are handled at the preprocessing stage always take precedence over WPF shortcut keys. For example, if you have a ToolStrip control with CTRL+S shortcut keys defined, and there is a WPF command bound to CTRL+S, the ToolStrip control handler is always invoked first, regardless of focus. Windows Forms shortcut keys that are handled by the KeyDown event are processed last in WPF. You can prevent this behavior by overriding the Windows Forms control's IsInputKey method or handling the PreviewKeyDown event. Return true from the IsInputKey method, or set the value of the System.Windows.Forms.PreviewKeyDownEventArgs.IsInputKey property to true in your PreviewKeyDown event handler. [Supported]
Shortcut keys work as usual, except where noted in the "Not supported" column.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] AcceptsReturn, AcceptsTab, and other control-specific behavior [Not supported] Windows Forms controls that change default keyboard behavior by handling the KeyDown event are processed last in the host WPF control. Because these controls are processed last, they can produce unexpected behavior. [Supported]
Properties that change the default keyboard behavior work as usual, assuming that the Windows Forms control overrides the IsInputKey method to return true.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Enter and Leave Events [Not supported] Enter and Leave events are not raised when the following focus changes occur: From inside to outside a WindowsFormsHost control. From outside to inside a WindowsFormsHost control. Outside a WindowsFormsHost control. From a Windows Forms control hosted in a WindowsFormsHost control to an ElementHost control hosted inside the same WindowsFormsHost. [Supported]
When focus is not going to the containing ElementHost control, the Enter and Leave events are raised as usual when focus changes in a single WindowsFormsHost control.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Multithreading [Not supported] Both the Windows Forms and WPF technologies assume a single-threaded concurrency model. During debugging, calls to framework objects from other threads will raise an exception to enforce this requirement. [Supported]
All varieties of multithreading are supported.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Security [Not supported] No interoperation scenarios are allowed in partial trust. [Supported]
All interoperation scenarios require full trust.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Accessibility [Not supported] Not applicable. [Supported]
All accessibility scenarios are supported. Assistive technology products function correctly when they are used for hybrid applications that contain both Windows Forms and WPF controls.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Clipboard [Not supported] Not applicable. [Supported]
All Clipboard operations work as usual. This includes cutting and pasting between Windows Forms and WPF controls.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
c79b1961_d_Windows_Forms_Interoperation__Supported
[Behavior] Drag-and-drop feature [Not supported] Not applicable. [Supported]
All drag-and-drop operations work as usual. This includes operations between Windows Forms and WPF controls.
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Supported
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Date [Description]
Gets the date component of this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Day [Description]
Gets the day of the month represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] DayOfWeek [Description]
Gets the day of the week represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] DayOfYear [Description]
Gets the day of the year represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Hour [Description]
Gets the hour component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Kind [Description]
Gets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Millisecond [Description]
Gets the milliseconds component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Minute [Description]
Gets the minute component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Month [Description]
Gets the month component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Now [Description]
Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Second [Description]
Gets the seconds component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Ticks [Description]
Gets the number of ticks that represent the date and time of this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] TimeOfDay [Description]
Gets the time of day for this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Today [Description]
Gets the current date.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] UtcNow [Description]
Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
35a42ae1_DateTime_Structure__System___Description
[Name] Year [Description]
Gets the year component of the date represented by this instance.
[]
DateTime Structure (System)
Description
https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.100).aspx
20/1438042989234.2_20150728002309-00337-ip-10-236-191-2_891164090_1.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to create a unique constraint. [Topic]
Create Unique Constraints
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to modify a unique constraint. [Topic]
Modify Unique Constraints
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to delete a unique constraint. [Topic]
Delete Unique Constraints
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to disable a check constraint when a replication agent inserts or updates data in your table. [Topic]
Disable Check Constraints for Replication
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to disable a check constraint when data is added to, updated in, or deleted from a table. [Topic]
Disable Check Constraints with INSERT and UPDATE Statements
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to change the constraint expression or the options that enable or disable the constraint for specific conditions. [Topic]
Modify Check Constraints
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
49e485ac_straints_and_Check_Constraints__Topic
[Task] Describes how to delete a check constraint. [Topic]
Delete Check Constraints
[]
Unique Constraints and Check Constraints
Topic
https://msdn.microsoft.com/en-us/library/ms187550.aspx
20/1438044160065.87_20150728004240-00049-ip-10-236-191-2_865895257_2.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] Displayed [Description]
Indicates the an element is currently displayed onscreen.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] Frozen [Description]
Indicates that an element cannot be scrolled through the UI.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] None [Description]
Indicates that an element is in its default state.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] ReadOnly [Description]
Indicates that an element will not accept user input to change its value.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] Resizable [Description]
Indicates that an element can be resized through the UI. This value is ignored except when combined with the ResizableSet value.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] ResizableSet [Description]
Indicates that an element does not inherit the resizable state of its parent.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] Selected [Description]
Indicates that an element is in a selected (highlighted) UI state.
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
7e82c1bc_eration__System_Windows_Forms___Description
[Member name] Visible [Description]
Indicates that an element is visible (displayable).
[]
DataGridViewElementStates Enumeration (System.Windows.Forms)
Description
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewelementstates(v=vs.85).aspx
20/1438042987174.71_20150728002307-00142-ip-10-236-191-2_877066392_0.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Windows Forms control rendering supports transparency. The background of the parent WPF control can become the background of hosted Windows Forms controls. [Not supported] Some Windows Forms controls do not support transparency. For example, the TextBox and ComboBox controls will not be transparent when hosted by WPF. [Behavior]
Transparency
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Tab order for hosted Windows Forms controls is the same as when those controls are hosted in a Windows Forms-based application. Tabbing from a WPF control to a Windows Forms control with the TAB key and SHIFT+TAB keys works as usual. Windows Forms controls that have a TabStop property value of false do not receive focus when the user tabs through controls. Each WindowsFormsHost control has a TabIndex value, which determines when that WindowsFormsHost control will receive focus. Windows Forms controls that are contained inside a WindowsFormsHost container follow the order specified by the TabIndex property. Tabbing from the last tab index puts focus on the next WPF control, if one exists. If no other focusable WPF control exists, tabbing returns to the first Windows Forms control in the tab order. TabIndex values for controls inside the WindowsFormsHost are relative to sibling Windows Forms controls that are contained in the WindowsFormsHost control. Tabbing honors control-specific behavior. For example, pressing the TAB key in a TextBox control that has a AcceptsTab property value of true enters a tab in the text box instead of moving the focus. [Not supported] Not applicable. [Behavior]
Tabbing
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Navigation with arrow keys in the WindowsFormsHost control is the same as in an ordinary Windows Forms container control: The UP ARROW and LEFT ARROW keys select the previous control, and the DOWN ARROW and RIGHT ARROW keys select the next control. The UP ARROW and LEFT ARROW keys from the first control that is contained in the WindowsFormsHost control perform the same action as the SHIFT+TAB keyboard shortcut. If there is a focusable WPF control, focus moves outside the WindowsFormsHost control. This behavior differs from the standard ContainerControl behavior in that no wrapping to the last control occurs. If no other focusable WPF control exists, focus returns to the last Windows Forms control in the tab order. The DOWN ARROW and RIGHT ARROW keys from the last control that is contained in the WindowsFormsHost control perform the same action as the TAB key. If there is a focusable WPF control, focus moves outside the WindowsFormsHost control. This behavior differs from the standard ContainerControl behavior in that no wrapping to the first control occurs. If no other focusable WPF control exists, focus returns to the first Windows Forms control in the tab order. [Not supported] Not applicable. [Behavior]
Navigation with arrow keys
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Accelerators work as usual, except where noted in the "Not supported" column. [Not supported] Duplicate accelerators across technologies do not work like ordinary duplicate accelerators. When an accelerator is duplicated across technologies, with at least one on a Windows Forms control and the other on a WPF control, the Windows Forms control always receives the accelerator. Focus does not toggle between the controls when the duplicate accelerator is pressed. [Behavior]
Accelerators
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Shortcut keys work as usual, except where noted in the "Not supported" column. [Not supported] Windows Forms shortcut keys that are handled at the preprocessing stage always take precedence over WPF shortcut keys. For example, if you have a ToolStrip control with CTRL+S shortcut keys defined, and there is a WPF command bound to CTRL+S, the ToolStrip control handler is always invoked first, regardless of focus. Windows Forms shortcut keys that are handled by the KeyDown event are processed last in WPF. You can prevent this behavior by overriding the Windows Forms control's IsInputKey method or handling the PreviewKeyDown event. Return true from the IsInputKey method, or set the value of the System.Windows.Forms.PreviewKeyDownEventArgs.IsInputKey property to true in your PreviewKeyDown event handler. [Behavior]
Shortcut keys
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] Properties that change the default keyboard behavior work as usual, assuming that the Windows Forms control overrides the IsInputKey method to return true. [Not supported] Windows Forms controls that change default keyboard behavior by handling the KeyDown event are processed last in the host WPF control. Because these controls are processed last, they can produce unexpected behavior. [Behavior]
AcceptsReturn, AcceptsTab, and other control-specific behavior
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] When focus is not going to the containing ElementHost control, the Enter and Leave events are raised as usual when focus changes in a single WindowsFormsHost control. [Not supported] Enter and Leave events are not raised when the following focus changes occur: From inside to outside a WindowsFormsHost control. From outside to inside a WindowsFormsHost control. Outside a WindowsFormsHost control. From a Windows Forms control hosted in a WindowsFormsHost control to an ElementHost control hosted inside the same WindowsFormsHost. [Behavior]
Enter and Leave Events
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] All varieties of multithreading are supported. [Not supported] Both the Windows Forms and WPF technologies assume a single-threaded concurrency model. During debugging, calls to framework objects from other threads will raise an exception to enforce this requirement. [Behavior]
Multithreading
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] All interoperation scenarios require full trust. [Not supported] No interoperation scenarios are allowed in partial trust. [Behavior]
Security
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] All accessibility scenarios are supported. Assistive technology products function correctly when they are used for hybrid applications that contain both Windows Forms and WPF controls. [Not supported] Not applicable. [Behavior]
Accessibility
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] All Clipboard operations work as usual. This includes cutting and pasting between Windows Forms and WPF controls. [Not supported] Not applicable. [Behavior]
Clipboard
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
6695fb4e_d_Windows_Forms_Interoperation__Behavior
[Supported] All drag-and-drop operations work as usual. This includes operations between Windows Forms and WPF controls. [Not supported] Not applicable. [Behavior]
Drag-and-drop feature
[]
Supported Scenarios in Windows Presentation Foundation and Windows Forms Interoperation
Behavior
https://msdn.microsoft.com/en-us/library/ms751797(v=vs.85).aspx
20/1438042989234.2_20150728002309-00034-ip-10-236-191-2_885880018_1.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Normal [Description] The default state. [VisualStateGroup Name]
CommonStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] MouseOver [Description] The mouse pointer is positioned over the control. [VisualStateGroup Name]
CommonStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Pressed [Description] The control is pressed. [VisualStateGroup Name]
CommonStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Disabled [Description] The control is disabled. [VisualStateGroup Name]
CommonStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Focused [Description] IsFocused is true. [VisualStateGroup Name]
FocusStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Unfocused [Description] IsFocused is false. [VisualStateGroup Name]
FocusStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Checked [Description] IsChecked is true. [VisualStateGroup Name]
CheckStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Unchecked [Description] IsChecked is false. [VisualStateGroup Name]
CheckStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Indeterminate [Description] IsThreeState is true, and IsChecked is null. [VisualStateGroup Name]
CheckStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] Valid [Description] The control is valid. [VisualStateGroup Name]
ValidationStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] InvalidUnfocused [Description] The control is not valid and does not have focus. [VisualStateGroup Name]
ValidationStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
7ed327e0_CheckBox_Styles_and_Templates__VisualStateGroup_Name
[VisualState Name] InvalidFocused [Description] The control is not valid and has focus. [VisualStateGroup Name]
ValidationStates
[ [ "C", "o", "m", "m", "o", "n", "S", "t", "a", "t", "e", "s" ], [ "F", "o", "c", "u", "s", "S", "t", "a", "t", "e", "s" ], [ "C", "h", "e", "c", "k", "S", "t", "a", "t", "e", "s" ], [ "V", "a", "l", "i", "d", "a", "t", "i", "o", "n", "S", "t", "a", "t", "e", "s" ] ]
CheckBox Styles and Templates
VisualStateGroup Name
https://msdn.microsoft.com/en-us/library/cc278078(v=vs.95).aspx
20/1438042987174.71_20150728002307-00220-ip-10-236-191-2_867711235_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_COMMAND [Action] Executes a help macro or macro string. [dwData]
Address of a string that specifies the name of the help macro(s) to run. If the string specifies multiple macro names, the names must be separated by semicolons. You must use the short form of the macro name for some macros because Windows Help does not support the long name.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_CONTENTS [Action] Displays the topic specified by the Contents option in the [OPTIONS] section of the .hpj file. This command is for backward compatibility. New applications should provide a .cnt file and use the HELP_FINDER command. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_CONTEXT [Action] Displays the topic identified by the specified context identifier defined in the [MAP] section of the .hpj file. [dwData]
Contains the context identifier for the topic.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_CONTEXTMENU [Action] Displays the Help menu for the selected window, then displays the topic for the selected control in a pop-up window. [dwData]
Address of an array of DWORD pairs. The first DWORD in each pair is the control identifier, and the second is the context identifier for the topic. The array must be terminated by a pair of zeros {0,0}. If you do not want to add help to a particular control, set its context identifier to -1.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_CONTEXTPOPUP [Action] Displays the topic identified by the specified context identifier defined in the [MAP] section of the .hpj file in a pop-up window. [dwData]
Contains the context identifier for a topic.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_FINDER [Action] Displays the Help Topics dialog box. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_FORCEFILE [Action] Ensures that Windows Help is displaying the correct help file. If the incorrect help file is being displayed, Windows Help opens the correct one; otherwise, there is no action. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_HELPONHELP [Action] Displays help on how to use Windows Help, if the Winhlp32.hlp file is available. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_INDEX [Action] Displays the topic specified by the Contents option in the [OPTIONS] section of the .hpj file. This command is for backward compatibility. New applications should use the HELP_FINDER command. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_KEY [Action] Displays the topic in the keyword table that matches the specified keyword, if there is an exact match. If there is more than one match, displays the index with the topics listed in the Topics Found list box. [dwData]
Address of a keyword string. Multiple keywords must be separated by semicolons.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_MULTIKEY [Action] Displays the topic specified by a keyword in an alternative keyword table. [dwData]
Address of a MULTIKEYHELP structure that specifies a table footnote character and a keyword.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_PARTIALKEY [Action] Displays the topic in the keyword table that matches the specified keyword, if there is an exact match. If there is more than one match, displays the Topics Found dialog box. To display the index without passing a keyword, use a pointer to an empty string. [dwData]
Address of a keyword string. Multiple keywords must be separated by semicolons.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json
0173649e_MLWinHelp_function__Windows___dwData
[uCommand] HELP_QUIT [Action] Informs Windows Help that it is no longer needed. If no other applications have asked for help, Windows closes Windows Help. [dwData]
Ignored; set to 0.
[]
MLWinHelp function (Windows)
dwData
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773823(v=vs.85).aspx
20/1438042989234.2_20150728002309-00046-ip-10-236-191-2_895234964_0.json